home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1281 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2010-04-12  |  200 b   |  9 lines

  1. on(rollOver){
  2.    if(this.iteme != "non")
  3.    {
  4.       _root.cur.itemhelp._visible = 1;
  5.       _root.cur.itemhelp.itemname = shopitemname1;
  6.       _root.cur.itemhelp.itemdes = itemdessave1;
  7.    }
  8. }
  9.